Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array.prototype.flat doesn't exist on older browsers, added fallback #935

Merged
merged 1 commit into from
Mar 6, 2021

Conversation

crnjan
Copy link
Contributor

@crnjan crnjan commented Mar 4, 2021

Added a fallback implementation for missing Array.prototype.flat on older browsers.

Fixes #647.

Discussion on https://community.openhab.org/t/oh3-mainui-on-smart-tvs/116209

Signed-off-by: Boris Krivonog boris.krivonog@inova.si

…k implementation.

Fixes openhab#647.

Signed-off-by: Boris Krivonog <boris.krivonog@inova.si>
@crnjan crnjan requested a review from a team as a code owner March 4, 2021 19:33
Copy link
Member

@ghys ghys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ghys ghys merged commit 42807da into openhab:main Mar 6, 2021
@ghys ghys added bug Something isn't working main ui Main UI labels Apr 1, 2021
@ghys ghys added this to the 3.1 milestone Apr 1, 2021
@ghys ghys added the patch A PR that has been cherry-picked to a patch release branch label Apr 18, 2021
ghys pushed a commit that referenced this pull request Apr 18, 2021
Fixes #647.

Signed-off-by: Boris Krivonog <boris.krivonog@inova.si>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working main ui Main UI patch A PR that has been cherry-picked to a patch release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Array.prototype.flat doesn't exist on older browsers
2 participants